|
@@ -1,10 +1,12 @@
|
|
# unittesting my ass
|
|
# unittesting my ass
|
|
AM_CFLAGS = -I ../../include/
|
|
AM_CFLAGS = -I ../../include/
|
|
-AM_LDFLAGS = -lcrypto -lssl -L ../libquestions.a
|
|
|
|
|
|
+AM_LDFLAGS = -lcrypto -lssl
|
|
|
|
|
|
-check_PROGRAMS = test_qstrings test_qarith
|
|
|
|
|
|
+check_PROGRAMS = test_qarith test_qstrings
|
|
|
|
|
|
test_qstrings_SOURCES = test_qstrings.c
|
|
test_qstrings_SOURCES = test_qstrings.c
|
|
|
|
+test_qstrings_LDADD = ../libquestions.a
|
|
test_qarith_SOURCES = test_qarith.c
|
|
test_qarith_SOURCES = test_qarith.c
|
|
|
|
+test_qarith_LDADD = ../libquestions.a
|
|
|
|
|
|
-TESTS = test_qstrings test_qarith
|
|
|
|
|
|
+TESTS = test_qarith test_qstrings
|