summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-30 22:22:05 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-30 22:22:05 +0200
commit6297d437585be15616a47802c84f592447ed5cdd (patch)
tree19b7469df229c245b689f08ab551ae43c76c7a15 /tests/Makefile
parent0803c7828d34202f14f2d4b0e9a89044ffcf0bd6 (diff)
downloadpgfuse-6297d437585be15616a47802c84f592447ed5cdd.tar.gz
pgfuse-6297d437585be15616a47802c84f592447ed5cdd.tar.bz2
changed size to a bigint
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 3d09117..a092b40 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -60,6 +60,7 @@ test: testfsync testpgsql
clean:
rm -f testfsync testfsync.o
rm -f testpgsql testpgsql.o
+ rm -f testtypes testtypes.o
testfsync: testfsync.o
$(CC) -o testfsync testfsync.o
@@ -72,3 +73,9 @@ testpgsql: testpgsql.o
testpgsql.o: testpgsql.c
$(CC) -c $(CFLAGS) -o testpgsql.o testpgsql.c
+
+testtypes: testtypes.o
+ $(CC) -o testtypes testtypes.o
+
+testtypes.o: testtypes.c
+ $(CC) -c $(CFLAGS) -o testtypes.o testtypes.c