diff options
| author | Horus3 | 2015-03-19 16:24:10 +0100 |
|---|---|---|
| committer | Horus3 | 2015-03-19 16:24:10 +0100 |
| commit | e14cf986a916e1a7361b058224ef3badd3aad776 (patch) | |
| tree | a5ae9b523cd9999bcb51daccb7864298606cac63 /Makefile | |
| parent | f334c93c0364d14a2b55641b155ad58f715a4b39 (diff) | |
| download | freemail-e14cf986a916e1a7361b058224ef3badd3aad776.tar.gz | |
OOP. Creates virtual_domains and virtual_users now. Enhanced test suite.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ pack: gen_config test: import FREEMAIL_DB_CREDENTIALS=":memory:" go test $(RACE) $(VERBOSE) #-tags general - make clean + @(rm $(IMPORT_FILE) 2>/dev/null && echo "Removing import file..." ) || true test_all: import FREEMAIL_DB_CREDENTIALS=":memory:" go test $(RACE) $(VERBOSE) -v -tags all |
