blob: 9caa49affb69835056f9e8ac095658b6651c588a [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.syncbase.internal;
import org.junit.Test;
public class InitTest {
@Test
public void init() {
System.loadLibrary("syncbase");
}
}