From 229bbcec6db6fcad3004c6906426dc621a344e59 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 5 Dec 2014 21:48:40 +0100 Subject: Replace testsuite with one based on twbctf --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cff5cac..7e5f5b6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -CFLAGS = -Weverything -std=c11 +CFLAGS = -Weverything -std=c11 -g CC = clang -SOURCES = src/test.c src/sds.c -HEADERS = src/test.h src/sds.c +SOURCES = src/twbctf.c src/sds.c +HEADERS = src/twbctf.h src/sds.c all: sds-test sds-test: $(SOURCES) $(HEADERS) -- cgit v1.2.3-54-g00ecf