From f723a3b05eb960a2c0e4fe5e86c8dde91a425acf Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 21 Sep 2015 16:40:34 -0400 Subject: Unit tests for init, session, and login functions. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 89f713c..77daebd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -39,7 +39,7 @@ LIBHAL_DIR = ../libhal LIBTFM_DIR = ../thirdparty/libtfm SQLITE3_DIR = ../thirdparty/sqlite3 -CFLAGS := -g3 -fPIC -Wall -std=c99 -I${LIBHAL_DIR} -I${SQLITE3_DIR} +CFLAGS := -g3 -fPIC -Wall -std=c99 -I${LIBHAL_DIR} -I${SQLITE3_DIR} -DDEBUG_PKCS11=0 SOFLAGS := -Wl,-Bsymbolic-functions -Wl,-Bsymbolic -Wl,-z,noexecstack LIBS := ${LIBHAL_DIR}/libhal.a ${LIBTFM_DIR}/libtfm.a ${SQLITE3_DIR}/libsqlite3.a @@ -90,7 +90,7 @@ tags: TAGS TAGS: *.[ch] etags $^ -test: +test: all sudo python unit_tests.py # Kudge for testing, gussy this up if we decide to keep it -- cgit v1.2.3