diff options
author | Haru <haru@dotalux.com> | 2015-10-11 04:59:56 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-10-11 05:14:59 +0200 |
commit | 56297f27e6fa37444d7ddfd5b3ae4348371ee155 (patch) | |
tree | 896faa253e7022b67e2bb39567b331fe312eb4d9 /src/test/test_spinlock.c | |
parent | 34bdc27cabdc2c37e9b486013bf5ab42e8995e88 (diff) | |
download | hercules-56297f27e6fa37444d7ddfd5b3ae4348371ee155.tar.gz hercules-56297f27e6fa37444d7ddfd5b3ae4348371ee155.tar.bz2 hercules-56297f27e6fa37444d7ddfd5b3ae4348371ee155.tar.xz hercules-56297f27e6fa37444d7ddfd5b3ae4348371ee155.zip |
Added test_libconfig test suite.
- To be used for regression tests when updating or editing libconfig.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/test/test_spinlock.c')
-rw-r--r-- | src/test/test_spinlock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_spinlock.c b/src/test/test_spinlock.c index a11f8643b..d4b2c48f9 100644 --- a/src/test/test_spinlock.c +++ b/src/test/test_spinlock.c @@ -103,3 +103,5 @@ int do_final(void) { int parse_console(const char* command){ return 0; }//end: parse_console + +void cmdline_args_init_local(void) { } |