Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.c.tests/src/test/runtime/TestEtUnit.h')
-rw-r--r--tests/org.eclipse.etrice.generator.c.tests/src/test/runtime/TestEtUnit.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/org.eclipse.etrice.generator.c.tests/src/test/runtime/TestEtUnit.h b/tests/org.eclipse.etrice.generator.c.tests/src/test/runtime/TestEtUnit.h
deleted file mode 100644
index e591d27ef..000000000
--- a/tests/org.eclipse.etrice.generator.c.tests/src/test/runtime/TestEtUnit.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 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)
- *
- *******************************************************************************/
-
-
-/*
- * TestEtUnit.h
- *
- * Created on: 16.01.2012
- * Author: tschuetz
- */
-
-#ifndef _TESTETUNIT_H_
-#define _TESTETUNIT_H_
-
-void TestEtUnit_runSuite(void);
-
-#endif /* _TESTETUNIT_H_ */

Back to the top