File: config_unix_test.go

package info (click to toggle)
golang-go.mau-zeroconfig 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 132 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (c) 2023 Tulir Asokan
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

// go:build unix

package zeroconfig_test

import (
	"testing"
)

func TestWriterConfig_Compile_Journald(t *testing.T) {
	compile(t, `{"writers": [{"type": "journald"}]}`)
}