summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-07 10:39:35 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-05-07 10:39:35 +0200
commit9880157ead1859e940e806f840a250a6605fad8d (patch)
tree479ac8177a925766fb6e13c3ded814217f21c2da /tests
parent96ed429c6ab22bd1f38f286a8ef58c16751067e8 (diff)
downloadpgfuse-9880157ead1859e940e806f840a250a6605fad8d.tar.gz
pgfuse-9880157ead1859e940e806f840a250a6605fad8d.tar.bz2
fixed error in Makefile in tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2e9f39b..9170e79 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -100,5 +100,8 @@ testbigfile: testbigfile.o
testbigfile.o: testbigfile.c
$(CC) -c $(CFLAGS) -o testbigfile.o testbigfile.c
-testbigfile.o: testopen.c
+testopen: testopen.o
+ $(CC) -o testopen testopen.o
+
+testopen.o: testopen.c
$(CC) -c $(CFLAGS) -o testopen.o testopen.c