diff options
author | Alfred E. Heggestad <aeh@db.org> | 2015-08-09 15:28:08 +0200 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2015-08-09 15:28:08 +0200 |
commit | 0535a3244acc2a6c096703090b467e60e630cf60 (patch) | |
tree | d5ea6873d5c092c7494818581253a7d03b4c14e0 /src | |
parent | 7d43d386d03047f4f1a3b5abbb4f4ecf81eb650b (diff) |
selftest: new binary
- move selftest code from module/selftest to test/.
- create a new binary called 'selftest'
- the selftest is testing the Baresip Core only
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /** - * @file main.c Main application code + * @file src/main.c Main application code * - * Copyright (C) 2010 - 2011 Creytiv.com + * Copyright (C) 2010 - 2015 Creytiv.com */ #ifdef SOLARIS #define __EXTENSIONS__ 1 |