Skip to content

Commit

Permalink
ElektraInitiative#3713 moved Java binding sources in preparation for …
Browse files Browse the repository at this point in the history
…maven -> gradle migration
  • Loading branch information
Michael Tucek committed Mar 29, 2021
1 parent d495f85 commit f32064c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import org.libelektra.exception.model.WarningEntryTest;
import org.libelektra.plugin.ReturnTest;

@RunWith (Suite.class)
@SuiteClasses ({ KeySetTest.class, KeyTest.class, KeyNameIteratorTest.class, KDBTest.class, ExceptionMapperTest.class,
KDBExceptionTest.class, PluginLoaderIT.class, WarningEntryTest.class, ReturnTest.class, ExceptionMapperIT.class,
GOptsTest.class })
@SuiteClasses ({ KeySetTest.class, KeyTest.class, KDBTest.class, ExceptionMapperTest.class, KDBExceptionTest.class, PluginLoaderIT.class,
WarningEntryTest.class, ExceptionMapperIT.class, GOptsTest.class })
public class AllTests
{
}

0 comments on commit f32064c

Please sign in to comment.