Skip to content

Commit ae9278b

Browse files
author
Devendra
committed
fixing makefile
1 parent d29b5bd commit ae9278b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

node.js/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ build: $(PUBNUB_JS)
1212
$(PUBNUB_JS): $(PUBNUB_COMMON_JS) $(PUBNUB_NODE_JS)
1313
$(ECHO) "// Version: $(VERSION)" > $(PUBNUB_JS)
1414
cat $(PUBNUB_COMMON_JS) $(PUBNUB_PLATFORM_JS) >> $(PUBNUB_JS)
15-
cat tests/tests-include.js tests/test.js > tests/tests.js
1615
sed -i -e "s/VERSION/\'$(VERSION)\'/g" $(PUBNUB_JS)
1716
sed -i -e "s/PLATFORM/\'$(PLATFORM)\'/g" $(PUBNUB_JS)
1817

@@ -22,6 +21,6 @@ clean:
2221

2322
.PHONY: test
2423
test:
25-
mocha -R spec tests/tests.js
24+
mocha -R spec tests/test.js
2625

2726
include ../Makefile.post

0 commit comments

Comments
 (0)