Quellcode durchsuchen

ct_run log to test/logs

pull/3/head
Tristan Sloughter vor 10 Jahren
Ursprung
Commit
8ed2798b28
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile Datei anzeigen

@ -35,6 +35,7 @@ binary: clean all
(cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar) (cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar)
test: test:
ct_run -pa deps/*/ebin -pa ebin -include include -dir test
mkdir -p test/logs
ct_run -pa deps/*/ebin -pa ebin -include include -logdir test/logs -dir test
travis: all test travis: all test

Laden…
Abbrechen
Speichern