Skip to content
Snippets Groups Projects
Commit 7f449965 authored by Tiziano Munaro's avatar Tiziano Munaro
Browse files

[git] Update .gitignore and include the bin folder

* Use the same .gitignore file as e.g. in the af3-rcp repository.

Issue-Ref: 3827
Issue-Url: https://af3-developer.fortiss.org/issues/3827



Signed-off-by: default avatarTiziano Munaro <munaro@fortiss.org>
parent 93ccc1b7
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