summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mghttpd01/init.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:39:19 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commit5c65b9881bec47e322607a9a63c83d1a229c1710 (patch)
tree18201091467d737156766d37d3608279a756f7b6 /testsuites/libtests/mghttpd01/init.c
parenttestsuite/benchmarks: Merged nested Makefile.am files into one Makefile.am (diff)
downloadrtems-5c65b9881bec47e322607a9a63c83d1a229c1710.tar.bz2
testsuite/libtests: Merged nested Makefile.am files into one Makefile.am
This change is part of the testsuite Makefile.am reorganization. Update #3382
Diffstat (limited to 'testsuites/libtests/mghttpd01/init.c')
-rw-r--r--testsuites/libtests/mghttpd01/init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/libtests/mghttpd01/init.c b/testsuites/libtests/mghttpd01/init.c
index d3f18feb63..77b52d9168 100644
--- a/testsuites/libtests/mghttpd01/init.c
+++ b/testsuites/libtests/mghttpd01/init.c
@@ -28,14 +28,14 @@
#include <rtems/imfs.h>
#include <rtems/error.h>
-#include "init_fs.h"
+#include "mghttpd01_tar.h"
#include "test-http-client.h"
const char rtems_test_name[] = "MGHTTPD 1";
-#define TARFILE_START init_fs_tar
-#define TARFILE_SIZE init_fs_tar_size
+#define TARFILE_START mghttpd01_tar
+#define TARFILE_SIZE mghttpd01_tar_size
#define CBACKTEST_URI "/callbacktest.txt"
#define CBACKTEST_TXT "HTTP/1.1 200 OK\r\n" \
@@ -264,7 +264,7 @@ static void Init(rtems_task_argument arg)
TEST_END();
- rtems_test_exit(0);
+ rtems_test_exit(0);
}
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER