aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dashboard/app/empty_test.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/dashboard/app/empty_test.go b/dashboard/app/empty_test.go
new file mode 100644
index 000000000..80096031b
--- /dev/null
+++ b/dashboard/app/empty_test.go
@@ -0,0 +1,13 @@
+// Copyright 2019 syzkaller project authors. All rights reserved.
+// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+
+package dash
+
+import (
+ "testing"
+)
+
+// blaze+tricoder fail when all test files are excluded by tags.
+// Work around the bug by adding an empty test file.
+func TestEmpty(t *testing.T) {
+}