Skip to content
Snippets Groups Projects
Commit 9d931e53 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Merge branch '3827' into 'master'

[3827] Update .gitignore and include the bin folder

See merge request !4
parents 93ccc1b7 7f449965
No related branches found
No related tags found
1 merge request!4[3827] Update .gitignore and include the bin folder
**/target/
/*/bin/
/*/build/
/*/generated-src/
/*/target/
/target/
*.rej
.DS_Store
._.DS_Store
......@@ -25,11 +25,14 @@ import org.junit.runners.Suite.SuiteClasses;
*/
@RunWith(Suite.class)
// @CodeFormatterOff
@SuiteClasses({ test.org.fortiss.af3.expression.AllTests.class, test.org.fortiss.af3.component.AllTests.class,
test.org.fortiss.af3.state.ui.AllTests.class, test.org.fortiss.af3.rcp.application.AllTests.class, // CCodeEquivalenceTest
@SuiteClasses({ test.org.fortiss.af3.expression.AllTests.class,
test.org.fortiss.af3.component.AllTests.class,
test.org.fortiss.af3.state.ui.AllTests.class,
test.org.fortiss.af3.rcp.application.AllTests.class, // CCodeEquivalenceTest
test.org.fortiss.af3.state.AllTests.class, // testInitializeSimulator and testIncorrectConnections
test.org.fortiss.af3.tools.AllTests.class, // make shell gcc don't work on my comp
test.org.fortiss.af3.testing.random.AllTests.class, test.org.fortiss.af3.testing.AllTests.class })
test.org.fortiss.af3.testing.random.AllTests.class,
test.org.fortiss.af3.testing.AllTests.class })
// @CodeFormatterOn
public class AllTests {
// empty class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment