about summary refs log tree commit diff
path: root/test/Makefile
diff options
context:
space:
mode:
authorHeikki Kallasjoki <fis@zem.fi>2018-12-12 15:13:50 +0000
committerHeikki Kallasjoki <fis+github@zem.fi>2018-12-12 19:10:51 +0000
commit5ce4474f7e6cb2256fee2619b4695772768b65d3 (patch)
tree7e22a7930a4f330d898c530ff5d73e723105b020 /test/Makefile
parent6adc487e0887ad8dfb5ce7024b448fafd0bed943 (diff)
downloadnano-exporter-5ce4474f7e6cb2256fee2619b4695772768b65d3.tar.gz
nano-exporter-5ce4474f7e6cb2256fee2619b4695772768b65d3.tar.xz
nano-exporter-5ce4474f7e6cb2256fee2619b4695772768b65d3.zip
Add basic test for the filesystem collector.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 8c92dae..0c3374a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-COLLECTOR_TESTS := cpu diskstats
+COLLECTOR_TESTS := cpu diskstats filesystem
 
 COLLECTOR_TEST_PROGS := $(foreach c,$(COLLECTOR_TESTS),$(c)_test)
 COLLECTOR_TEST_OBJS := $(foreach p,$(COLLECTOR_TEST_PROGS),$(p).o)