aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/table-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-table/table-test.c')
-rw-r--r--widgets/e-table/table-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/e-table/table-test.c b/widgets/e-table/table-test.c
index e60dd893fe..9de673ede4 100644
--- a/widgets/e-table/table-test.c
+++ b/widgets/e-table/table-test.c
@@ -10,6 +10,7 @@
#include <fcntl.h>
#include <gnome.h>
#include "e-cursors.h"
+#include "table-test.h"
int
main (int argc, char *argv [])
@@ -33,6 +34,8 @@ main (int argc, char *argv [])
table_browser_test ();
multi_cols_test ();
check_test ();
+ e_table_test ();
+
gtk_main ();
e_cursors_shutdown ();