Browse Source

Separate testing out into types, just unit tests for the moment, allowing for integration tests

pull/947/head
Hamish Coleman 3 years ago
parent
commit
351f7628d0
  1. 8
      Makefile.in
  2. 0
      scripts/test_units_harness.sh

8
Makefile.in

@ -187,9 +187,11 @@ $(N2N_LIB): $(N2N_OBJS)
win32/n2n_win32.a: win32
.PHONY: test
test: tools
scripts/test_harness.sh
.PHONY: test test.units
test: test.units
test.units: tools
scripts/test_units_harness.sh
.PHONY: lint lint.python lint.ccode lint.shell lint.yaml
lint: lint.python lint.ccode lint.shell lint.yaml

0
scripts/test_harness.sh → scripts/test_units_harness.sh

Loading…
Cancel
Save