File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ export EXPECT_PASSED_TESTS=30
6
6
7
7
8
8
export LIBPQ =$(abspath ../)
9
- TEST_RESULTS =results.json
9
+ RESULTS =results.json
10
10
11
11
12
12
.PHONY : test
13
- test : $(TEST_RESULTS )
14
- $(TEST_RESULTS ) : LibPQ.pq LibPQPath.pq credentials.xml test.pq
15
- $(TEST_RESULTS ) : $(wildcard ../Modules/* ) $(wildcard ../Tests/* )
16
- $(PQ ) . test -c credentials.xml -o json -f $(TEST_RESULTS )
13
+ test : $(RESULTS )
14
+ $(RESULTS ) : LibPQ.pq LibPQPath.pq credentials.xml test.pq
15
+ $(RESULTS ) : $(wildcard ../Modules/* ) $(wildcard ../Tests/* )
16
+ $(PQ ) . test -c credentials.xml -o json -f $(RESULTS )
17
17
18
18
19
19
.PHONY : verify
20
- verify : $(TEST_RESULTS )
21
- $(PY ) verify.py $(TEST_RESULTS )
20
+ verify : $(RESULTS )
21
+ $(PY ) verify.py $(RESULTS )
22
22
23
23
24
24
.PHONY : clean
You can’t perform that action at this time.
0 commit comments