Browse Source

Makefile updates

tags/nilmtools-1.0
Jim Paris 11 years ago
parent
commit
17fa79a5dc
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      Makefile

+ 5
- 1
Makefile View File

@@ -9,6 +9,10 @@ else
endif

test:
@make install >/dev/null
src/copy_wildcard.py -U "http://nilmdb.com/bucket/" -D /lees*

test_prep:
@make install >/dev/null
src/prep.py -c 3 \
/lees-compressor/no-leak/raw \
@@ -17,7 +21,7 @@ test:
-s '2013-02-19 18:00:00' \
-r 0

test2:
test_decimate:
-@nilmtool destroy /lees-compressor/no-leak/raw/4 || true
-@nilmtool destroy /lees-compressor/no-leak/raw/16 || true
-@nilmtool create /lees-compressor/no-leak/raw/4 float32_18 || true


Loading…
Cancel
Save