Browse Source

Make 'make test' do nothing from command line

tags/nilmtools-1.4.9
Jim Paris 10 years ago
parent
commit
31b6d82dfc
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      Makefile

+ 5
- 5
Makefile View File

@@ -1,15 +1,15 @@
#URL="http://bucket.mit.edu:8080/nilmdb"
URL="http://localhost/nilmdb"

all:
all: test

test:
ifeq ($(INSIDE_EMACS), t)
@make test
@make test_trainola3
else
@echo "Try 'make install'"
@echo 'No test suite for nilmtools. Try "make install"'
endif

test: test_trainola3

test_pipewatch:
nilmtools/pipewatch.py -t 3 "seq 10 20" "seq 20 30"



Loading…
Cancel
Save