From 0fcd808fc138d3f0cb7e0bdb40fbee1ae86aae43 Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Sat, 14 Dec 2013 11:09:12 -0800 Subject: Clean up the structure of the tests directory Move all the tests for the SDK into tests/endless, move all the demos into tests/demos, move all the smoke tests into smoke-tests [endlessm/eos-sdk#444] --- test/test-init.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test/test-init.c (limited to 'test/test-init.c') diff --git a/test/test-init.c b/test/test-init.c deleted file mode 100644 index 482c079..0000000 --- a/test/test-init.c +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright 2013 Endless Mobile, Inc. */ - -#include -#include -#include "endless/eosinit-private.h" - -#include "run-tests.h" - -static void -test_constructor_called (void) -{ - g_assert (eos_is_inited ()); -} - -void -add_init_tests (void) -{ - g_test_add_func ("/init/constructor-called", test_constructor_called); -} -- cgit v1.2.3