Commit f466da76 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

ui_test...

parent 272c6dc0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -52,9 +52,9 @@ add_executable(tests/test-query
    ${FNORDMETRIC_QUERY_SOURCES}
    stage/src/fnordmetric/query/query_test.cc)

# add_executable(tests/test-ui
#     ${FNORDMETRIC_UI_SOURCES}
#     src/ui/ui_test.cc)
add_executable(tests/test-ui
    ${FNORDMETRIC_UI_SOURCES}
    stage/src/fnordmetric/ui/ui_test.cc)

add_executable(tests/test-input-stream
    ${FNORDMETRIC_SOURCES}
+789 −818

File changed.

Preview size limit exceeded, changes collapsed.

+3 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ namespace util {
    }

#define TEST_CASE(T, N, L) \
    static fnordmetric::util::UnitTest::TestCase __##T##__case__##N(&T, #N, L);
    static fnordmetric::util::UnitTest::TestCase __##T##__case__##N(&T, #N, (L));


#define EXPECT(X) \
@@ -128,6 +128,8 @@ public:
          (int) cases_.size());
      return 1;
    }

    return 0;
  }

protected: