summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f80c2a..5de676b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-.PHONY: pkmacros pkmem-types pkmem pkstr pkev pkarr pkstn pktmr test
+.PHONY: pkmacros pkmem-types pkmem pkstr pkev pkiter pkarr pkstn pktmr pkuuid pkbktarr pkfuncinstr pktst test
SRC = \
pkmacros.h \
@@ -18,6 +18,7 @@ SRC = \
pkbktarr.h \
pktmpln.h \
pkfuncinstr.h \
+ pktst.h \
test/pkmacros.c \
test/pkmacros.cpp \
test/pkmem-types.c \
@@ -58,6 +59,7 @@ all: options .WAIT clean .WAIT \
pkbktarr \
pktmpln \
pkfuncinstr \
+ pktst \
test/test-pkmem-types test/test-pkmem-types-cpp \
test/test-pkmem test/test-pkmem-cpp \
test/test-pkmacros test/test-pkmacros-cpp \
@@ -117,6 +119,8 @@ pktmpln: pktmpln.gch pktmpln.gchpp
pkfuncinstr: pkfuncinstr.gch pkfuncinstr.gchpp
+pktst: pktst.gch pktst.gchpp
+
build: pkmacros
build: pkmem-types
build: pkmem
@@ -129,6 +133,7 @@ build: pktmr
build: pkuuid
build: pkbktarr
build: pkfuncinstr
+build: pktst
echo "#ifndef PK_SINGLE_HEADER_FILE_H\n#define PK_SINGLE_HEADER_FILE_H" > pk.h
cat pk.h.in \
pkmacros.h \
@@ -144,6 +149,7 @@ build: pkfuncinstr
pkuuid.h \
pkbktarr.h \
pkfuncinstr.h \
+ pktst.h \
>> pk.h
echo "#endif /* PK_SINGLE_HEADER_FILE_H */" >> pk.h
sed -i -r \
@@ -228,6 +234,7 @@ test: pkuuid test/test-pkuuid test/test-pkuuid-cpp
test: pkbktarr test/test-pkbktarr test/test-pkbktarr-cpp
test: pktmpln
test: pkfuncinstr
+test: pktst
test:
@echo ""
./test/test-pkmacros ; echo Result: $$? "\n"