aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/Makefile')
-rw-r--r--tests/parser/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/parser/Makefile b/tests/parser/Makefile
new file mode 100644
index 00000000..33c47766
--- /dev/null
+++ b/tests/parser/Makefile
@@ -0,0 +1,4 @@
+
+main: headerTest.cpp ../../libvmime-debug.a
+ g++ -o headerTest headerTest.cpp ../../libvmime-debug.a ../lib/unit++/unit++.cc ../lib/unit++/main.cc ../lib/unit++/optmap.cc ../lib/unit++/tester.cc -Wall
+