diff options
author | Heikki Kallasjoki <fis@zem.fi> | 2018-12-12 15:13:50 +0000 |
---|---|---|
committer | Heikki Kallasjoki <fis+github@zem.fi> | 2018-12-12 19:10:51 +0000 |
commit | 5ce4474f7e6cb2256fee2619b4695772768b65d3 (patch) | |
tree | 7e22a7930a4f330d898c530ff5d73e723105b020 /test/Makefile | |
parent | 6adc487e0887ad8dfb5ce7024b448fafd0bed943 (diff) | |
download | nano-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/Makefile | 2 |
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) |