aboutsummaryrefslogtreecommitdiffstats
path: root/tests/nist_tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nist_tests/Makefile')
-rw-r--r--tests/nist_tests/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/nist_tests/Makefile b/tests/nist_tests/Makefile
new file mode 100644
index 000000000..19f8a462d
--- /dev/null
+++ b/tests/nist_tests/Makefile
@@ -0,0 +1,13 @@
+
+BOTAN_CONFIG=../../build/botan-config-1.11
+
+CC=g++-4.7.0 -std=c++11
+FLAGS=-g -Os -W -Wall
+LDFLAGS=-L../.. -lbotan-1.11
+CFLAGS=-I../../build/include
+
+x509test: x509test.cpp
+ $(CC) $(FLAGS) $(CFLAGS) x509test.cpp $(LDFLAGS) -o x509test
+
+clean:
+ rm -f x509test