Revision 879
Added by Aaron Marcuse-Kubitza almost 13 years ago
README.TXT | ||
---|---|---|
36 | 36 |
Go to File > Export > Export as Single Page PDF... |
37 | 37 |
Select schemas/vegbien.ERD.pdf |
38 | 38 |
|
39 |
Testing: |
|
40 |
Data source tests: make test2 |
|
41 |
Unit tests (will eventually be merged into test2 above): make test |
|
39 |
Testing: make test |
|
42 | 40 |
|
43 | 41 |
General: |
44 | 42 |
To see a program's description, read its top-of-file comment |
Makefile | ||
---|---|---|
204 | 204 |
|
205 | 205 |
verify: _always inputs/verify ; |
206 | 206 |
|
207 |
test2: _always inputs/test ;
|
|
207 |
test: _always inputs/test ; |
|
208 | 208 |
@$(done) |
209 |
|
|
210 |
##### Testing |
|
211 |
|
|
212 |
test: _always test-map |
|
213 |
@$(done) |
|
214 |
|
|
215 |
test-%: _always |
|
216 |
./test/$(*F) |
Also available in: Unified diff
Switched to using inputs/test as main test target