From 557eaf3819ee03755134775d16ce1a2951e74222 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Tue, 30 Apr 2013 12:20:01 +0200 Subject: [runtime.c.tests] added testcases for etTimeHelpers Change-Id: I0406acf26920b3cf40c8802128513c1cc540b7db --- .../src/runtime/helpers/TestEtTimeHelpers.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/org.eclipse.etrice.runtime.c.tests/src/runtime/helpers/TestEtTimeHelpers.h (limited to 'tests/org.eclipse.etrice.runtime.c.tests/src/runtime/helpers/TestEtTimeHelpers.h') diff --git a/tests/org.eclipse.etrice.runtime.c.tests/src/runtime/helpers/TestEtTimeHelpers.h b/tests/org.eclipse.etrice.runtime.c.tests/src/runtime/helpers/TestEtTimeHelpers.h new file mode 100644 index 000000000..899888304 --- /dev/null +++ b/tests/org.eclipse.etrice.runtime.c.tests/src/runtime/helpers/TestEtTimeHelpers.h @@ -0,0 +1,19 @@ +/******************************************************************************* + * Copyright (c) 2013 protos software gmbh (http://www.protos.de). + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * CONTRIBUTORS: + * Thomas Schuetz (initial contribution) + * + *******************************************************************************/ + +#ifndef _TESTETTIMEHELPERS_H_ +#define _TESTETTIMEHELPERS_H_ + +void TestEtTimeHelpers_runSuite(void); + + +#endif /* _TESTETTIMEHELPERS_H_ */ -- cgit v1.2.3